home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HDA Tech Note #1.cpt / HDA Tech Note #1 / background_2619.txt < prev    next >
Text File  |  1989-02-26  |  3KB  |  142 lines

  1. -- background: 2619 from stack: in
  2. -- bmap block id: 2273
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=24 top=119 right=305 bottom=488
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 256
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0007
  25. -- rect: left=24 top=119 right=305 bottom=488
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 10
  31. -- style flags: 0
  32. -- line height: 13
  33. -- part name: 
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 0002
  39. -- rect: left=33 top=31 right=110 bottom=478
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 3
  44. -- text size: 20
  45. -- style flags: 8448
  46. -- line height: 26
  47. -- part name: Topic
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=271 top=311 right=340 bottom=320
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 26425 / 26425
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual scroll left
  65.   -- Visual effect will not be visible in HyperDA,
  66.   -- but it doesn't hurt it to be here for cases
  67.   -- when the user runs this stack under HyperCard.
  68.   go to next
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 5 (button)
  74. -- low flags: 00
  75. -- high flags: 0000
  76. -- rect: left=173 top=311 right=340 bottom=222
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 902 / 902
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: 
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   visual effect scroll left
  88.   -- Visual effect will not be visible in HyperDA,
  89.   -- but it doesn't hurt it to be here for cases
  90.   -- when the user runs this stack under HyperCard.
  91.   go to prev
  92. end mouseUp
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. -- part 6 (button)
  100. -- low flags: 00
  101. -- high flags: 0000
  102. -- rect: left=453 top=314 right=341 bottom=493
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 2162 / 2162
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: 
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   visual effect iris close
  114.   -- Visual effect will not be visible in HyperDA,
  115.   -- but it doesn't hurt it to be here for cases
  116.   -- when the user runs this stack under HyperCard.
  117.   go to card id 3262
  118.   -- always returns user to Table of Contents card
  119.   -- notice you cannot use "go to card 1 of background 2"
  120.   -- because HyperDA does not support "of background" constructs
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 7 (button)
  126. -- low flags: 00
  127. -- high flags: 0001
  128. -- rect: left=5 top=317 right=339 bottom=42
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 21700 / 21700
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: 
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   go home
  140. end mouseUp
  141.  
  142.